﻿2026-08-18T03:46:14.2579797Z ##[group]Run actions/checkout@v5
2026-08-18T03:46:14.2580592Z with:
2026-08-18T03:46:14.2581159Z   ref: f967208e327fadd0103552d72c85a0475a734abe
2026-08-18T03:46:14.2581663Z   fetch-depth: 1
2026-08-18T03:46:14.2582030Z   repository: BigscreenVR/spt-bs-core
2026-08-18T03:46:14.2585032Z   token: ***
2026-08-18T03:46:14.2585427Z   ssh-strict: true
2026-08-18T03:46:14.2585789Z   ssh-user: git
2026-08-18T03:46:14.2586179Z   persist-credentials: true
2026-08-18T03:46:14.2586566Z   clean: true
2026-08-18T03:46:14.2586929Z   sparse-checkout-cone-mode: true
2026-08-18T03:46:14.2587338Z   fetch-tags: false
2026-08-18T03:46:14.2587690Z   show-progress: true
2026-08-18T03:46:14.2588048Z   lfs: false
2026-08-18T03:46:14.2588379Z   submodules: false
2026-08-18T03:46:14.2588737Z   set-safe-directory: true
2026-08-18T03:46:14.2589233Z   allow-unsafe-pr-checkout: false
2026-08-18T03:46:14.2589905Z ##[endgroup]
2026-08-18T03:46:14.3403896Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T03:46:14.3405446Z ##[group]Getting Git version info
2026-08-18T03:46:14.3406200Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T03:46:14.3407136Z [command]/usr/bin/git version
2026-08-18T03:46:14.3407546Z git version 2.43.0
2026-08-18T03:46:14.3417089Z ##[endgroup]
2026-08-18T03:46:14.3424702Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/7d2d52b9-402a-4e32-85bc-b2904079653a/.gitconfig'
2026-08-18T03:46:14.3432127Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7d2d52b9-402a-4e32-85bc-b2904079653a' before making global git config changes
2026-08-18T03:46:14.3433310Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:46:14.3435088Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T03:46:14.3486955Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T03:46:14.3504818Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:46:14.3514549Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T03:46:14.3517050Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T03:46:14.3535173Z refs/heads/golden/nameplate-181
2026-08-18T03:46:14.3541442Z [command]/usr/bin/git checkout --detach
2026-08-18T03:46:14.3598381Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:46:14.3632955Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
2026-08-18T03:46:14.3663811Z Deleted branch golden/nameplate-181 (was f967208e3).
2026-08-18T03:46:14.3670976Z ##[endgroup]
2026-08-18T03:46:14.3671488Z [command]/usr/bin/git submodule status
2026-08-18T03:46:14.3850542Z ##[group]Cleaning the repository
2026-08-18T03:46:14.3852927Z [command]/usr/bin/git clean -ffdx
2026-08-18T03:46:15.7086250Z Removing .adapter-notify/
2026-08-18T03:46:15.7087399Z Removing bench-ledger/
2026-08-18T03:46:15.7088040Z Removing target/
2026-08-18T03:46:15.7097339Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T03:46:15.7175031Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:46:15.7181601Z ##[endgroup]
2026-08-18T03:46:15.7183529Z ##[group]Disabling automatic garbage collection
2026-08-18T03:46:15.7187868Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T03:46:15.7220391Z ##[endgroup]
2026-08-18T03:46:15.7221412Z ##[group]Setting up auth
2026-08-18T03:46:15.7227443Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:46:15.7257154Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T03:46:15.7467387Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:46:15.7500963Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T03:46:15.7692411Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:46:15.7718388Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T03:46:15.7911665Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T03:46:15.7943346Z ##[endgroup]
2026-08-18T03:46:15.7944384Z ##[group]Fetching the repository
2026-08-18T03:46:15.7950095Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin f967208e327fadd0103552d72c85a0475a734abe
2026-08-18T03:46:16.1901673Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:46:16.1903149Z  * branch                f967208e327fadd0103552d72c85a0475a734abe -> FETCH_HEAD
2026-08-18T03:46:16.1926053Z ##[endgroup]
2026-08-18T03:46:16.1927326Z ##[group]Determining the checkout info
2026-08-18T03:46:16.1928667Z ##[endgroup]
2026-08-18T03:46:16.1939561Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T03:46:16.1980166Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T03:46:16.2003670Z ##[group]Checking out the ref
2026-08-18T03:46:16.2005278Z [command]/usr/bin/git checkout --progress --force f967208e327fadd0103552d72c85a0475a734abe
2026-08-18T03:46:16.2058484Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:46:16.2064550Z ##[endgroup]
2026-08-18T03:46:16.2097132Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T03:46:16.2120810Z f967208e327fadd0103552d72c85a0475a734abe
